home *** CD-ROM | disk | FTP | other *** search
- // twsounit.h: Text window object (Twso) Class
-
- #ifndef H_TWSOUNIT
- #define H_TWSOUNIT
-
- #include "isounit.h"
- #include "tfsounit.h"
-
- class Wso : public Iso {
- public:
- Wso(int Ba, int Fa, ColorPak &Cp);
- virtual void MoveLoop(MsgPkt &M);
- virtual void StretchLoop(MsgPkt &M);
- virtual void Prompt(void);
- virtual void UnPrompt(void);
- };
-
- #endif
-
-